home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / crypt < prev    next >
Text File  |  2001-04-06  |  522b  |  17 lines

  1. SYNOPSIS
  2.         string crypt(string str, int seed)
  3.         string crypt(string str, string seed)
  4.  
  5. DESCRIPTION
  6.         Crypt the string str using the integer seed or two characters
  7.         from the string seed as a seed. If seed is equal 0, then
  8.         random seed is used.
  9.         
  10.         The result has the first two characters as the seed.
  11.         
  12.         If you want to let enter password information without echo,
  13.         input_to() can be used with special argument.
  14.  
  15. SEE ALSO
  16.         md5_encrypt(E), input_to(E)
  17.